home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / NFF-MOD.ZIP / MODTPU.DOC < prev    next >
Text File  |  1994-02-27  |  2KB  |  83 lines

  1.  
  2.  
  3.  
  4.                     ▄██▄   ▄██▄ ▄█████████▄ ▄█████████▄
  5.                     █████▄ ████ ████    ▀▀▀ ████    ▀▀▀
  6.                     ███████████ ████▄▄▄▄    ████▄▄▄▄
  7.                     ████▀██████ ████▀▀▀▀    ████▀▀▀▀
  8.                     ████  ▀████ ████        ████
  9.                     ▀██▀   ▀██▀ ▀██▀        ▀██▀
  10.  
  11.  
  12.                        MOD-Sound System For TP 7.0
  13.  
  14.  
  15.  
  16.          This is a quick & dirty program to allow users who can't
  17.  
  18.          stand assembler to use MOD Music Files in there PAscal  
  19.  
  20.          Proggys!                      
  21.  
  22.  
  23.  
  24.  
  25.  
  26. Ok! now there are only two very simple procedures you can call!
  27.  
  28.  
  29.      START_MUSIC(freq,device);
  30.      STOP_MUSIC;
  31.  
  32.  
  33. freq: Correspondz to the frequency... 
  34.           To find the number: Divide 960,000 by your output
  35.           frequency... (16,000Hz should be around 64)
  36.           (Or a number around it.. Can't remember the exact
  37.           number!)
  38.  
  39. Device: 1-DAC in LPT1
  40.         2-DAC in LPT2
  41.         3-Sound Blaster
  42.         4-Speaker
  43.  
  44. ***You have to add, after the PROGRAM program_name;
  45.       This Directive: {$M,16000,0,65535}
  46.  
  47.  
  48.  
  49. This TPU was inspired by an assembler program to play modules.
  50. We would love to greet the writer of the Assembler MOD Player who
  51. made it possible to write this simple TPU, but... his name was
  52. unavailable!
  53.  
  54.  
  55. I Hope all you guyz will like this proggy...
  56.  
  57.  
  58.  
  59.  
  60. Greetingz go to 
  61. Torlock Pop
  62. White-Snake
  63. Apache
  64. Cara
  65. Daneel Olivaw
  66. Wilco
  67. Sonic Boost
  68. Willy Soft
  69. Master Coke
  70. Access
  71. Cobra
  72. (...And many others...)
  73.  
  74.  
  75. TPU Written by SlASh/NFF
  76.  
  77. *****************************************************************
  78. Oki, Hope you'll have fun with our Fast and Easy to use
  79. TPU!
  80. Remember, if you make something with it, to greet NFF!
  81. Write your comments and insults to Spinal!
  82. *****************************************************************
  83.